.imgCover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.homePageBox {
  margin-top: 3rem;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
  min-height: 100vh;
  width: 100%;
}
.homePageBox .intervalBox {
  width: 1242px;
  margin: 0 auto;
}
.homePageBox .topBrannerBox {
  margin-top: 20px;
}
.homePageBox .topBrannerBox .topBranner_item_img {
  margin-top: 50px;
}
.homePageBox .exploreMoreBox {
  background: #ededed;
  overflow: hidden;
}
.homePageBox .exploreMoreBox .intervalBox {
  margin-top: 96px;
  margin-bottom: 96px;
}
.homePageBox .exploreMoreBox .intervalBox .exploreMoreTitleBox {
  font-size: 34px;
  font-weight: 500;
  color: #333333;
}
.homePageBox .exploreMoreBox .intervalBox .intervalMainBox {
  margin-top: 48px;
}

.homePageBox .exploreMoreBox .intervalBox .intervalMainBox .intervalMainTopBox,
.homePageBox
  .exploreMoreBox
  .intervalBox
  .intervalMainBox
  .intervalMainBottomBox {
  display: flex;
  align-items: center;
}

.homePageBox
  .exploreMoreBox
  .intervalBox
  .intervalMainBox
  .intervalMainTopBox
  .intervalMainTopLeftBox {
  width: 66.67%;
}
.homePageBox
  .exploreMoreBox
  .intervalBox
  .intervalMainBox
  .intervalMainTopBox
  .intervalMainTopRightBox {
  width: 33.33%;
}

.homePageBox
  .exploreMoreBox
  .intervalBox
  .intervalMainBox
  .intervalMainBottomBox
  .intervalMainBottomItemBox {
  width: 33.33%;
}
